aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test/runtime_tools_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-04-22 14:46:17 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-04-22 14:46:17 +0200
commit4a6ef55b3bcb8176eaf3383690808bdedf030a38 (patch)
treecb9de3dcab5e64898530fb72e9d2fb50d521ebc6 /lib/runtime_tools/test/runtime_tools_SUITE.erl
parent1d51d64979116d14258555c0c61e2a911110424b (diff)
downloadotp-4a6ef55b3bcb8176eaf3383690808bdedf030a38.tar.gz
otp-4a6ef55b3bcb8176eaf3383690808bdedf030a38.tar.bz2
otp-4a6ef55b3bcb8176eaf3383690808bdedf030a38.zip
Remove ?line macros
Diffstat (limited to 'lib/runtime_tools/test/runtime_tools_SUITE.erl')
-rw-r--r--lib/runtime_tools/test/runtime_tools_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/test/runtime_tools_SUITE.erl b/lib/runtime_tools/test/runtime_tools_SUITE.erl
index 374d7f6694..6238c240e9 100644
--- a/lib/runtime_tools/test/runtime_tools_SUITE.erl
+++ b/lib/runtime_tools/test/runtime_tools_SUITE.erl
@@ -64,7 +64,7 @@ end_per_group(_GroupName, Config) ->
app_file(_Config) ->
- ?line ok = ?t:app_test(runtime_tools),
+ ok = ?t:app_test(runtime_tools),
ok.
appup_file(_Config) ->