diff options
author | Björn Gustavsson <[email protected]> | 2010-03-16 16:36:05 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-22 18:18:13 +0100 |
commit | e188505083c7d65a372826dc634b6179ac790361 (patch) | |
tree | cde0c9099ebd14c7edc80627d4b720063b7245fb /erts/emulator/test/Makefile | |
parent | 99101783758b3e4805284aaec16d34dc3597158e (diff) | |
download | otp-e188505083c7d65a372826dc634b6179ac790361.tar.gz otp-e188505083c7d65a372826dc634b6179ac790361.tar.bz2 otp-e188505083c7d65a372826dc634b6179ac790361.zip |
erts: Test compatibility of funs with R12 instead of R11
Diffstat (limited to 'erts/emulator/test/Makefile')
-rw-r--r-- | erts/emulator/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/Makefile b/erts/emulator/test/Makefile index b1374950b2..5adc69ee57 100644 --- a/erts/emulator/test/Makefile +++ b/erts/emulator/test/Makefile @@ -61,7 +61,7 @@ MODULES= \ exception_SUITE \ float_SUITE \ fun_SUITE \ - fun_r11_SUITE \ + fun_r12_SUITE \ gc_SUITE \ guard_SUITE \ hash_SUITE \ |