aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2015-06-16 17:05:07 +0200
committerBruce Yinhe <[email protected]>2015-06-22 09:46:56 +0200
commit6bed12016e0d300b8afc65b5aa8f282dcaa6525e (patch)
tree4209abacd2c64f82944449c4c740ca2e7f7586d7 /lib/compiler
parent738c34d4bb8f1a3811acd00af8c6c12107f8315b (diff)
downloadotp-6bed12016e0d300b8afc65b5aa8f282dcaa6525e.tar.gz
otp-6bed12016e0d300b8afc65b5aa8f282dcaa6525e.tar.bz2
otp-6bed12016e0d300b8afc65b5aa8f282dcaa6525e.zip
fix errors caused by changed line numbers
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/test/compilation_SUITE.erl1
-rw-r--r--lib/compiler/test/error_SUITE.erl1
-rw-r--r--lib/compiler/test/error_SUITE_data/head_mismatch_line.erl1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/compiler/test/compilation_SUITE.erl b/lib/compiler/test/compilation_SUITE.erl
index 867a770f3d..2715a3aec5 100644
--- a/lib/compiler/test/compilation_SUITE.erl
+++ b/lib/compiler/test/compilation_SUITE.erl
@@ -16,7 +16,6 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
-%%
%%% Purpose : Compiles various modules with tough code
-module(compilation_SUITE).
diff --git a/lib/compiler/test/error_SUITE.erl b/lib/compiler/test/error_SUITE.erl
index b5980df09d..2962e3ff77 100644
--- a/lib/compiler/test/error_SUITE.erl
+++ b/lib/compiler/test/error_SUITE.erl
@@ -16,7 +16,6 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
-%%
-module(error_SUITE).
-include_lib("test_server/include/test_server.hrl").
diff --git a/lib/compiler/test/error_SUITE_data/head_mismatch_line.erl b/lib/compiler/test/error_SUITE_data/head_mismatch_line.erl
index 323aa7148f..090f2fb829 100644
--- a/lib/compiler/test/error_SUITE_data/head_mismatch_line.erl
+++ b/lib/compiler/test/error_SUITE_data/head_mismatch_line.erl
@@ -16,7 +16,6 @@
%% limitations under the License.
%%
%% %CopyrightEnd%
-%%
-module(head_mismatch_line).
-export([foo/1, bar/2]).