aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl b/lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl
index 7c4db28dd4..73367c5c45 100644
--- a/lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl
+++ b/lib/hipe/test/basic_SUITE_data/basic_issues_beam.erl
@@ -119,6 +119,7 @@ just_compile_me_R11_bjorklund() ->
%% Date: Sep 13, 2006
%% Subject: Compiler bug not quite fixed
%%
+%%
%% I saw a compiler bug posted to the list by Martin Bjorklund that
%% appeared to be exactly the problem I'm seeing, and then noticed
%% that this was fixed in R11B-1. Unfortunately, though R11B-1 appears
@@ -201,7 +202,7 @@ test_crash_R12_morris() ->
foo(Bar) when (is_integer(Bar) andalso Bar =:= 0) ; Bar =:= 42 ->
ok.
-
+
%%--------------------------------------------------------------------
%% From: Paulo Sergio Almeida
%% Date: May 20, 2009