[libc][Obvious] Fix a typo in a CMake file.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 1 Nov 2022 23:18:34 +0000 (23:18 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 1 Nov 2022 23:18:34 +0000 (23:18 +0000)
libc/test/src/setjmp/CMakeLists.txt

index 0fbab25..cfa3508 100644 (file)
@@ -2,7 +2,7 @@ add_libc_testsuite(libc_setjmp_unittests)
 
 # Skip setjmp tests under sanitizers
 if(LLVM_USE_SANITIZER)
-  return
+  return()
 endif()
 
 add_libc_unittest(