aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-05-02 15:11:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-05-02 15:11:19 +0200
commit1e791cc77d26b3c84984c956be8b8aa6caf01df1 (patch)
treec99f55a845ada3174bf6f7a4d4b1b8249ccf3692 /tests
parent7e0f6436ec9ff9a7638d8fb80346c92f5613e7a5 (diff)
Enable full header unit functionality test
Diffstat (limited to 'tests')
-rw-r--r--tests/cc/modules/headers.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cc/modules/headers.testscript b/tests/cc/modules/headers.testscript
index 43a200e..c6f16b7 100644
--- a/tests/cc/modules/headers.testscript
+++ b/tests/cc/modules/headers.testscript
@@ -24,7 +24,7 @@ cat <<EOI >=driver.cxx;
#ifndef CORE_OUT
# error macro export
#endif
- int main () {return f () - 1 /* CORE_OUT */;}
+ int main () {return f () - CORE_OUT;}
EOI
$* test clean config.cxx.header_units="$~/core.hxx" &$~/../build/cc/*** <<EOI
exe{test}: cxx{driver}