[libc] Fix prototype_test_gen
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 29 Jul 2022 10:18:54 +0000 (10:18 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 29 Jul 2022 10:18:54 +0000 (10:18 +0000)
libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp

index 983f76f..cd1e61b 100644 (file)
@@ -81,7 +81,7 @@ bool TestGeneratorMain(llvm::raw_ostream &OS, llvm::RecordKeeper &records) {
       if (i < size - 1)
         OS << ", ";
     }
-    OS << "), decltype(" << entrypoint << ")>::Value, ";
+    OS << "), decltype(" << entrypoint << ")>, ";
     OS << '"' << entrypoint
        << " prototype in TableGen does not match public header" << '"';
     OS << ");\n";