aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorMatthieu Sozeau2015-10-01 15:41:30 +0200
committerMatthieu Sozeau2015-10-02 15:54:13 +0200
commit90a2126b2fb2738a7684864e74e0d1ed3c861a98 (patch)
tree1c32471d24ad4d89bce36b46dc3ec34e83a88914 /test-suite
parentb3d97c2147418f44fc704807d3812b04921591af (diff)
Univs: the stdlib now needs 5 universes
Prop < Set < i for every global univ i
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 39c36d5414..31b2129001 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -388,7 +388,7 @@ misc/deps-order.log:
} > "$@"
# Sort universes for the whole standard library
-EXPECTED_UNIVERSES := 3
+EXPECTED_UNIVERSES := 5
universes: misc/universes.log
misc/universes.log: misc/universes/all_stdlib.v
@echo "TEST misc/universes"