aboutsummaryrefslogtreecommitdiff
path: root/test-suite/misc
diff options
context:
space:
mode:
authorEnrico Tassi2019-02-07 17:33:44 +0100
committerEnrico Tassi2019-02-07 17:33:44 +0100
commite209341f6b9858279d2fe53d1eb795ff25925eed (patch)
tree0fe0035e1688dd878a17e3f464de0d4fe0d82c0d /test-suite/misc
parent99c1d7b0ae1beed66fe8dd6a06db84dc0c8322d8 (diff)
parentf29aa6720eba884533972530b4283bf19d8410aa (diff)
Merge PR #9477: Makefiles: Fixes for byte compilation
Reviewed-by: gares
Diffstat (limited to 'test-suite/misc')
-rwxr-xr-xtest-suite/misc/poly-capture-global-univs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/misc/poly-capture-global-univs.sh b/test-suite/misc/poly-capture-global-univs.sh
index e066ac039b..39d20fd524 100755
--- a/test-suite/misc/poly-capture-global-univs.sh
+++ b/test-suite/misc/poly-capture-global-univs.sh
@@ -11,7 +11,7 @@ coq_makefile -f _CoqProject -o Makefile
make clean
-make src/evil_plugin.cmxs
+make src/evil_plugin.cma
if make; then
>&2 echo 'Should have failed!'