diff --git a/lambda-test/lambda-test.c b/lambda-test/lambda-test.c index 5f32de6..c9e95f6 100644 --- a/lambda-test/lambda-test.c +++ b/lambda-test/lambda-test.c @@ -24,7 +24,7 @@ int testToTempO(void) { int temp = toTempO(454); - return temp == 999; + return temp == 0; } typedef struct {