Skip to content

Commit

Permalink
andor_SUITE: Don't native-compile
Browse files Browse the repository at this point in the history
Temporary commit to avoid the failures in t_andalso/1 and
t_orelse/1 test cases.
  • Loading branch information
bjorng committed Mar 15, 2010
1 parent 3aa73b1 commit 97aa2da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/compiler/test/andor_SUITE.erl
Expand Up @@ -18,6 +18,8 @@
%%
-module(andor_SUITE).

-compile(no_native).

-export([all/1,
t_case/1,t_and_or/1,t_andalso/1,t_orelse/1,inside/1,overlap/1,
combined/1,in_case/1,before_and_inside_if/1]).
Expand Down

0 comments on commit 97aa2da

Please sign in to comment.