~ubuntu-branches/ubuntu/saucy/gnudatalanguage/saucy-proposed

« back to all changes in this revision

Viewing changes to testsuite/test_bug_3488003.pro

  • Committer: Package Import Robot
  • Author(s): Axel Beckert
  • Date: 2013-05-15 02:23:58 UTC
  • mfrom: (15.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130515022358-rziznpf225zn9lv9
Tags: 0.9.3-2
* Upload to unstable.
* Revamp debian/rules
  - Allow parallel builds
  - Use debian/manpages instead of dh_installman parameter
  - Switch to dh7 style debian/rules file
* Bump debhelper compatibility to 9
  - Update versioned debhelper build-dependency
* Bump Standards-Version to 3.9.4 (no changes)
* Apply wrap-and-sort

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; test code by Gilles Duvert
 
2
pro test_bug_3488003
 
3
  A = REPLICATE({VALUE1:DINDGEN(15)},20)
 
4
  help,a
 
5
  help,a,/Struct
 
6
  help,a.VALUE1
 
7
  mask=[59,70,89,103,115,119,130,145,179,193]
 
8
  a.value1[mask]=1
 
9
end