aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compilation_SUITE.erl
diff options
context:
space:
mode:
authorAnthony Ramine <[email protected]>2014-06-08 16:24:27 +0200
committerAnthony Ramine <[email protected]>2014-08-07 01:49:35 +0200
commit68e222c76c840a38726595295818f7a13eaa0a43 (patch)
tree1242ea4b8fa3f70a3b0ca3a0e2eb5d499df81a1f /lib/compiler/test/compilation_SUITE.erl
parentc9e36ab16034bb7fe71f772df6bba22070976bbf (diff)
downloadotp-68e222c76c840a38726595295818f7a13eaa0a43.tar.gz
otp-68e222c76c840a38726595295818f7a13eaa0a43.tar.bz2
otp-68e222c76c840a38726595295818f7a13eaa0a43.zip
Use +clint0 in compiler's test suites
Diffstat (limited to 'lib/compiler/test/compilation_SUITE.erl')
-rw-r--r--lib/compiler/test/compilation_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/compilation_SUITE.erl b/lib/compiler/test/compilation_SUITE.erl
index f7b1dbdddf..8711f35e8e 100644
--- a/lib/compiler/test/compilation_SUITE.erl
+++ b/lib/compiler/test/compilation_SUITE.erl
@@ -436,7 +436,7 @@ self_compile_1(Config, Prefix, Opts) ->
%% Compile the compiler. (In this node to get better coverage.)
?line CompA = make_compiler_dir(Priv, Prefix++"compiler_a"),
?line VsnA = Version ++ ".0",
- ?line compile_compiler(compiler_src(), CompA, VsnA, [clint|Opts]),
+ compile_compiler(compiler_src(), CompA, VsnA, [clint0,clint|Opts]),
%% Compile the compiler again using the newly compiled compiler.
%% (In another node because reloading the compiler would disturb cover.)