From 8449b46bc1eaecce2f9eb742119ee3ba2ea528b9 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Fri, 31 Aug 2018 15:47:43 +0300 Subject: [PATCH] Fix tests Signed-off-by: Rudi Grinberg --- test/blackbox-tests/test-cases/wrapped-transition/run.t | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/blackbox-tests/test-cases/wrapped-transition/run.t b/test/blackbox-tests/test-cases/wrapped-transition/run.t index a59994bb..fda4cc0b 100644 --- a/test/blackbox-tests/test-cases/wrapped-transition/run.t +++ b/test/blackbox-tests/test-cases/wrapped-transition/run.t @@ -2,3 +2,9 @@ File "fooexe.ml", line 3, characters 0-7: Error (warning 3): deprecated: module Bar Will be removed past 2020-20-20. Use Mylib.Bar instead. + File "fooexe.ml", line 4, characters 0-7: + Error (warning 3): deprecated: module Foo + Will be removed past 2020-20-20. Use Mylib.Foo instead. + File "fooexe.ml", line 7, characters 11-22: + Error (warning 3): deprecated: module Intf_only + Will be removed past 2020-20-20. Use Mylib.Intf_only instead.