2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* sptests/sp19/sptest.adp: Fix include paths.
This commit is contained in:
Ralf Corsepius
2002-08-27 13:35:42 +00:00
parent d73a01fdc2
commit abe09384ad
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adp: Fix include paths.
2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adb: Remove.

View File

@@ -28,8 +28,8 @@ with TEST_SUPPORT;
with TEXT_IO;
with UNSIGNED32_IO;
include(../../include/fp.inc)
include(../../include/integer.inc)
include(../../support/fp.inc)
include(../../support/integer.inc)
package body SPTEST is