diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-04-22 14:46:17 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-04-22 14:46:17 +0200 |
commit | 4a6ef55b3bcb8176eaf3383690808bdedf030a38 (patch) | |
tree | cb9de3dcab5e64898530fb72e9d2fb50d521ebc6 /lib/runtime_tools/test/runtime_tools_SUITE.erl | |
parent | 1d51d64979116d14258555c0c61e2a911110424b (diff) | |
download | otp-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.erl | 2 |
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) -> |