aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/user_tests_SUITE_data/src/qlc_error.erl
blob: a6865c45628c1a5a01dee376ea6ebc3b5c94907e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%% -*- erlang-indent-level: 2 -*-
%% $Id: qlc_error.erl,v 1.1 2008/12/17 09:53:52 mikpe Exp $ 

%% @author Daniel Luna <[email protected]>
%% @copyright 2006 Daniel Luna
%% 
%% @doc 
%% 

-module(qlc_error).
-export([fix/0]).
-include_lib("stdlib/include/qlc.hrl").

fix() ->
  qlc:eval(qlc:q([I || I <- []])).