Index: langs.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/langs.exp,v retrieving revision 1.1.1.2 diff -u -r1.1.1.2 langs.exp --- langs.exp 28 Jun 1999 16:03:20 -0000 1.1.1.2 +++ langs.exp 23 May 2003 00:41:29 -0000 @@ -145,5 +145,20 @@ } } +gdb_exit +gdb_start +gdb_reinitialize_dir $srcdir/$subdir +gdb_load $binfile + +# Try exercising the "minimal" language a bit... + +if [runto csub] then { + gdb_test "set lang minimal" \ + "Warning: the current language does not match this frame." \ + "set lang to minimal" + + gdb_test "print x" " = 5000" "print parameter value" +} + set timeout $oldtimeout return 0