mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
14 lines
322 B
Diff
14 lines
322 B
Diff
diff --git a/tst/test.tst b/tst/test.tst
|
|
index 86a1c72..7ddeb22 100644
|
|
--- a/tst/test.tst
|
|
+++ b/tst/test.tst
|
|
@@ -13,6 +13,8 @@
|
|
##
|
|
gap> LoadPackage( "GAPDoc", false );
|
|
true
|
|
+gap> LoadPackage( "Browse", false );
|
|
+true
|
|
gap> save:= SizeScreen();;
|
|
gap> SizeScreen( [ 72 ] );;
|
|
gap> START_TEST( "Input file: test.tst" );
|