summaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorNadrieril2020-04-07 11:19:56 +0100
committerNadrieril2020-04-07 11:19:56 +0100
commit9046f2f6d3a63f907ff17afc7725183577bb1b9c (patch)
tree5867a56d33c6192b8942292958d40d203fcc9f7c /dhall
parent092b7208ffd22f8facc7af387ac307e59208d52c (diff)
Swap diff order in tests for UI files
It was super confusing
Diffstat (limited to 'dhall')
-rw-r--r--dhall/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/tests.rs b/dhall/src/tests.rs
index 5bcdb1c..468d550 100644
--- a/dhall/src/tests.rs
+++ b/dhall/src/tests.rs
@@ -225,7 +225,7 @@ impl TestFile {
if Self::force_update() {
self.write_ui(x)?;
} else {
- assert_eq_pretty_str!(msg, expected);
+ assert_eq_pretty_str!(expected, msg);
}
}
Ok(())