summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/hpptest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hpptest.py b/tools/hpptest.py
index f9fcd1c..744ffde 100755
--- a/tools/hpptest.py
+++ b/tools/hpptest.py
@@ -5,6 +5,6 @@ import sys, os
if __name__ == '__main__':
if len(sys.argv) == 2:
- os.system(f"clang++ -std=c++20 -DSOCL_HPPTEST '-DSOCL_HPPTEST_ASSERT(x)=static_assert(x, #x)' {sys.argv[1]}")
+ os.system(f"clang++ -std=c++20 -DOCL_HPPTEST '-DOCL_HPPTEST_ASSERT(x)=static_assert(x, #x)' {sys.argv[1]}")
print("[TEST] HEADER COMPILATION PASSES")