Skip to content

Commit f3f0b37

Browse files
authored
Merge pull request #10 from jvelilla/eg_sheets
Updating test ecf, using ecf version instead of -safe.ecf version.
2 parents 0cb01cb + 19f3590 commit f3f0b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sheets/test/test.ecf

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<option warning="warning" manifest_array_type="mismatch_warning">
2828
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
2929
</option>
30-
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
30+
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
3131
<cluster name="test" location=".\" recursive="true"/>
3232
</target>
3333
<target name="sheets_i" extends="tests">
3434
<root class="TEST_SHEETS_I" feature="make"/>
3535
<option warning="warning" manifest_array_type="mismatch_warning">
3636
<assertions precondition="true" postcondition="true" check="true" invariant="true" loop="true" supplier_precondition="true"/>
3737
</option>
38-
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
38+
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
3939
<cluster name="test" location=".\" recursive="true"/>
4040
</target>
4141
</system>

0 commit comments

Comments
 (0)