From 64b78e67ab80a04e524f4127da53b403e716c569 Mon Sep 17 00:00:00 2001 From: Joel Andersson Date: Wed, 29 Jun 2016 22:52:20 -0500 Subject: [PATCH] Issue #6 Removed broken struct_value_runme.m --- Examples/test-suite/matlab/struct_value_runme.m | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Examples/test-suite/matlab/struct_value_runme.m diff --git a/Examples/test-suite/matlab/struct_value_runme.m b/Examples/test-suite/matlab/struct_value_runme.m deleted file mode 100644 index b705ae3b895..00000000000 --- a/Examples/test-suite/matlab/struct_value_runme.m +++ /dev/null @@ -1,13 +0,0 @@ -import struct_value.* - -b = struct_value.Bar(); - -b.a.x = 3; -if (b.a.x ~= 3) - error -end - -b.b.x = 3; -if (b.b.x ~= 3) - error -end