File: test_bug_3104214.pro

package info (click to toggle)
gnudatalanguage 0.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,212 kB
  • sloc: cpp: 114,857; sh: 11,170; makefile: 362; awk: 18; python: 6; ansic: 4
file content (5 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
pro test_bug_3104214
  set_plot, 'z'
  plot, [1,10], /ylog, ystyle=5, xstyle=5 & plots, [0,1], [1,10], color=!P.BACKGROUND
  if total(tvrd()) ne 0. then exit, status=1
end