aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/pmod_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-11-25 13:53:00 +0100
committerBjörn Gustavsson <[email protected]>2011-11-25 13:53:00 +0100
commit2b36dd726551cf822041b065df5d753ed0dba8b1 (patch)
treea421d7fcbcfca43200c64c29cfb801a56c61847a /lib/compiler/test/pmod_SUITE.erl
parentfa8edf9882b0b1213018a8421f7c779be3001abc (diff)
parentf5b7411b6f3ea3a79d7998b59c5610fa795d556a (diff)
downloadotp-2b36dd726551cf822041b065df5d753ed0dba8b1.tar.gz
otp-2b36dd726551cf822041b065df5d753ed0dba8b1.tar.bz2
otp-2b36dd726551cf822041b065df5d753ed0dba8b1.zip
Merge branch 'bjorn/external-funs/OTP-9643'
* bjorn/external-funs/OTP-9643: sys_expand_pmod: Handle external funs in parameterized modules
Diffstat (limited to 'lib/compiler/test/pmod_SUITE.erl')
-rw-r--r--lib/compiler/test/pmod_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/test/pmod_SUITE.erl b/lib/compiler/test/pmod_SUITE.erl
index 3d02adaf52..5dd09a7245 100644
--- a/lib/compiler/test/pmod_SUITE.erl
+++ b/lib/compiler/test/pmod_SUITE.erl
@@ -100,6 +100,7 @@ basic_1(Config, Opts) ->
Fun = fun(Arg) -> Prop4:bar(Arg) end,
?line ok = Fun({s,0}),
+ [{y,[1,2]},{x,[5,19]}] = Prop4:collapse([{y,[2,1]},{x,[19,5]}]),
ok.
otp_8447(Config) when is_list(Config) ->