Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gnat.dg / normalize_pathname.adb
blob7d0bcb10429c90ddadb127b194b22a467e7354af
1 -- { dg-do run }
3 with GNAT.OS_Lib;
5 procedure Normalize_Pathname is
6 S : constant String := GNAT.OS_Lib.Normalize_Pathname
7 ("/../tmp", Directory => "", Resolve_Links => True);
8 begin
9 null;
10 end Normalize_Pathname;