diff options
author | Tuncer Ayaz <[email protected]> | 2011-10-19 13:27:18 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2012-07-06 17:01:02 +0200 |
commit | 7875e98fcac4a45607a99ba08a421206a7cf1586 (patch) | |
tree | 47235b4f02b2712ef8d2260a8472f59a98dc5783 /lib/stdlib/test/escript_SUITE.erl | |
parent | 449a093a22af91403c36ca45c620d648d9110ab5 (diff) | |
download | otp-7875e98fcac4a45607a99ba08a421206a7cf1586.tar.gz otp-7875e98fcac4a45607a99ba08a421206a7cf1586.tar.bz2 otp-7875e98fcac4a45607a99ba08a421206a7cf1586.zip |
escript_SUITE: remove gratuitous space
Diffstat (limited to 'lib/stdlib/test/escript_SUITE.erl')
-rw-r--r-- | lib/stdlib/test/escript_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/escript_SUITE.erl b/lib/stdlib/test/escript_SUITE.erl index 7ed1ee742a..3f2617fd13 100644 --- a/lib/stdlib/test/escript_SUITE.erl +++ b/lib/stdlib/test/escript_SUITE.erl @@ -356,7 +356,7 @@ beam_script(Config) when is_list(Config) -> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Create an archive file containing two entire applications plus two %% alternate main modules. Generate a new escript containing the archive -%% (with .app and .beam files and ) and the escript header. +%% (with .app and .beam files and) and the escript header. archive_script(Config) when is_list(Config) -> %% Copy the orig files to priv_dir |